new menu item sections and minor update to notebook section from Nicolas
authorDamon Chaplin <damon@helixcode.com>
Mon, 28 Feb 2000 21:39:41 +0000 (21:39 +0000)
committerDamon Chaplin <damon@src.gnome.org>
Mon, 28 Feb 2000 21:39:41 +0000 (21:39 +0000)
2000-02-28  Damon Chaplin  <damon@helixcode.com>

        * gtk/tmpl/gtkradiomenuitem.sgml:
        * gtk/tmpl/gtkmenuitem.sgml:
        * gtk/tmpl/gtknotebook.sgml: new menu item sections and minor update to
        notebook section from Nicolas GEORGE <nicolas.george@ens.fr>.

2000-02-18  Damon Chaplin  <damon@helixcode.com>

        * gtk/tmpl/gtktooltips.sgml: patch from
        David Benson <daveb@idealab.com> to note that gtk_tooltips_set_colors()
        does not work.

2000-02-09  Damon Chaplin  <damon@helixcode.com>

        * gdk/tmpl/input_methods.sgml: minor fix.

docs/reference/gtk/tmpl/gtktooltips.sgml

index a78350fc02d2ec653feec6d67a31ec8af458e26a..5486e8cb2df56927c9544328b8eaee49f424e526 100644 (file)
@@ -18,7 +18,7 @@ The length of time the user must keep the mouse over a widget before the tip is
 To assign a tip to a particular #GtkWidget, gtk_tooltips_set_tip() is used.
 </para>
 <para>
-The default appearance of all tooltips in a program is determined by the current gtk theme that the user has selected. To change the tooltip appearance manually, use gtk_tooltips_set_colors(). Again, this is per group of tooltips.
+The default appearance of all tooltips in a program is determined by the current gtk theme that the user has selected.
 </para>
 <para>
 Information about the tooltip (if any) associated with an arbitrary widget can be retrieved using gtk_tooltips_data_get().
@@ -140,7 +140,8 @@ Adds a tooltip containing the message @tip_text to the specified #GtkWidget.
 
 <!-- ##### FUNCTION gtk_tooltips_set_colors ##### -->
 <para>
-Changes the foreground and background colors of a #GtkTooltips.
+This function is unimplemented because tooltip colors are instead
+determined by the theme.
 </para>
 
 @tooltips: a #GtkTooltip